ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlexChartBase<T> Class / Legend Property






In This Topic
    Legend Property (FlexChartBase<T>)
    In This Topic
    Gets the chart legend.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Legend As ChartLegend
    'Usage
     
    
    Dim instance As FlexChartBase(Of T)
    Dim value As ChartLegend
     
    value = instance.Legend
    public virtual ChartLegend Legend {get;}
    public read-only property Legend: ChartLegend; virtual; 
    public function get Legend : ChartLegend
    public: __property virtual ChartLegend* get_Legend();
    public:
    virtual property ChartLegend^ Legend {
       ChartLegend^ get();
    }
    See Also